+2009-03-24 Matthias Clasen <mclasen@redhat.com>
+
+ Bug 576150 – Doc bug for GtkMenuPositionFunc
+
+ * gtk/tmpl/gtkmenu.sgml: Remove a misleading sentence.
+ Pointed out by Owen Taylor.
+
2009-03-23 Claudio Saavedra <csaavedra@igalia.com>
* gdk-pixbuf/tmpl/animation.sgml: Fix typos and document the
@y: address of the #gint representing the vertical position where the
menu shall be drawn. This is an output parameter.
@push_in: This parameter controls how menus placed outside the monitor are handled.
- If this is set to TRUE and part of the menu is outside the monitor then
+ If this is set to %TRUE and part of the menu is outside the monitor then
GTK+ pushes the window into the visible area, effectively modifying the
popup position.
Note that moving and possibly resizing the menu around will alter the
In practice, this behavior is only useful for combobox popups or option
menus and cannot be used to simply confine a menu to monitor boundaries.
In that case, changing the scroll offset is not desirable.
- To simply constrain the menu within the monitor, get its size with
- gtk_widget_size_request() before showing it, and alter the coordinates
- passed to gtk_menu_popup() accordingly.
@user_data: the data supplied by the user in the gtk_menu_popup() @data
parameter.